vcProgramExecutor
Behavior for running robot programs.
See in: Overview
Module: vcRobotics2
Parent: vcBehavior
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Controller | vcBehavior | RW | Gets or sets the associated controller. |
| DigitalInputSignals | vcBooleanSignalMap | RW | Gets or sets the associated digital input map.See moreExceptions: ValueError: When the assignment fails e.g. Due to invalid signal direction. |
| DigitalOutputSignals | vcBooleanSignalMap | RW | Gets or sets the associated digital output map.See moreExceptions: ValueError: When the assignment fails e.g. Due to invalid signal direction. |
| ProgramManager | vcRobotProgramManager | R | Gets the program manager. |